home *** CD-ROM | disk | FTP | other *** search
- function init()
- {
- play();
- }
- function openSearchPage(linktoSend)
- {
- Tardis.webPageOpen(linktoSend);
- }
- function submitListing()
- {
- lingo("Flsh_openEmail(\"arts@pa.press.net\")");
- }
- function submitForm()
- {
- var dateQuery = "&year=" + yearMC.optionValue + "&thisday=" + dayMC.optionValue + "&month=" + monthMC.optionValue;
- var _loc1_ = "&maincat=all";
- var _loc3_ = "";
- var titleQuery = "";
- var _loc2_ = "";
- var sortQuery = "";
- var areaQuery = "";
- var runQuery = "&daystorun=" + periodSelectMC.optionValue;
- if(eventSelectorMC.optionValue != null)
- {
- _loc1_ = "&maincat=" + eventSelectorMC.optionValue;
- }
- if(venueMC.searchFF != venueMC.defaultValue && venueMC.searchFF != "")
- {
- _loc3_ = "&venue=" + escape(venueMC.searchFF);
- }
- if(titleMC.searchFF != titleMC.defaultValue && titleMC.searchFF != "")
- {
- titleQuery = "&title=" + escape(titleMC.searchFF);
- }
- if(townMC.searchFF != townMC.defaultValue && townMC.searchFF != "")
- {
- _loc2_ = "®ion=" + escape(townMC.searchFF);
- }
- countryQuery = "&country=" + countryMC.strCountry;
- var fullQuery = "http://www.themonth.press.net/results.php?subcat=all&certificate=all&theme=blueevents" + dateQuery + _loc1_ + _loc3_ + titleQuery + _loc2_ + sortQuery + runQuery + countryQuery;
- openSearchPage(fullQuery);
- }
- onReady();
-